CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - producer consumer problem

搜索资源列表

  1. producer-consumer

    0下载:
  2. producer-consumer problem 的源码-producer-consumer source of the problem
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:7935
    • 提供者:ws
  1. producter-and-consumer

    0下载:
  2. linux多线程编程,生产者消费者问题的c语言实现,模拟多线程编程资源抢占问题。-Linux multi-threaded programming, the producer-consumer problem, c language, analog multi-threaded programming resources to seize the problem.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-09
    • 文件大小:1119868
    • 提供者:wangfeng
  1. the-producer---consumer-problem

    0下载:
  2. 模拟PV操作同步机构,且用PV操作解决生产者——消费者问题-PV operation synchronization, simulation, and the use of PV operation to solve the producer- consumer problem
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:1581
    • 提供者:liu
  1. producer-consumer-problem

    0下载:
  2. Introduction In this project, we will design a programming solution to the bounded-buffer problem using the producer and consumer processes . The solution uses three semaphores: empty and full, which count the number of empty and full slots
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-23
    • 文件大小:96073
    • 提供者:MidnightD
  1. producer-consumer

    1下载:
  2. 用信号量解决生产者消费者问题,简捷易懂!-Semaphore producers with consumers to solve the problem, simple and understandable!
  3. 所属分类:OS Develop

    • 发布日期:2016-03-21
    • 文件大小:1309
    • 提供者:王春林
  1. produce_consume

    0下载:
  2. 操作系统课程设计:很好的课程设计:研究的是生产者消费者的进程同步问题,需要的人赶紧下吧-Operating systems curriculum design: a very good curriculum design: the study is the process of the producer consumer synchronization problem, those who need it quickly, are you
  3. 所属分类:OS Develop

    • 发布日期:2017-05-11
    • 文件大小:17835
    • 提供者:张薇薇
  1. producerConsumerProblem

    0下载:
  2. this test program which tries to solve producer consumer problem -this is test program which tries to solve producer consumer problem
  3. 所属分类:ERP-EIP-OA-Portal

    • 发布日期:2017-04-14
    • 文件大小:3369
    • 提供者:hassaanbinaslam
  1. pthread

    0下载:
  2. pthread同步信号量解决生产者消费者问题-pthread producer consumer synchronization semaphores to solve the problem
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:1075
    • 提供者:123
  1. Producer-Consumer_Problem

    0下载:
  2. producer-concumer problem with buffering and threads
  3. 所属分类:Project Design

    • 发布日期:2017-04-13
    • 文件大小:1638
    • 提供者:nh
  1. producercustomer

    0下载:
  2. 多线程编程示例,解决生产者消费者问题.水平有限,仅供初学者参考.-Multi-threaded programming examples to solve the producer consumer problem. Is limited, only for advanced users.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-27
    • 文件大小:9986632
    • 提供者:zhen
  1. prodecer-and-consumer

    0下载:
  2. 使用java语言编程实现了操作系统中的经典问题-生产者消费者问题,该程序中使用的核心知识是多线程-Java programming language using the operating system in the classic problem- the producer consumer problem, the program is used in multi-threaded core knowledge
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:3820
    • 提供者:小葱
  1. producer-consumer

    0下载:
  2. 生产消费者问题,也即有界缓冲区问题,解释详细,内含程序,并有应用举例-Production consumer problem, i.e. bounded buffer problem, explain in detail, contains the program, and the application example
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-08
    • 文件大小:7575
    • 提供者:成虎
  1. producer-and-consumer

    0下载:
  2. 生产者-消费者问题是典型的PV操作问题,假设系统中有一个比较大的缓冲池,生产者的任务是只要缓冲池未满就可以将生产出的产品放入其中,而消费者的任务是只要缓冲池未空就可以从缓冲池中拿走产品。缓冲池被占用时,任何进程都不能访问。-Producer- consumer problem is a typical PV operation, assume that the system has a relatively large pool, the producer s task is as long a
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:4898
    • 提供者:李明
  1. producer-consumer

    0下载:
  2. 利用记录型信号量解决生产者-消费者问题 利用记录型信号量解决生产者-消费者问题-Record semaphore to solve the producer- consumer problem
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-24
    • 文件大小:1390
    • 提供者:李丽
  1. producer-and-consumer-problem

    0下载:
  2. Producer Consumer problem implementation in JAVA
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:6820
    • 提供者:Pranshu Jaiswal
  1. java-producer-consumer-problem

    0下载:
  2. 简单的生产者消费者问题解决办法,多线程的实现方法。-Simple producer-consumer problem-solving approach, multi-threaded implementations.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-11
    • 文件大小:30423
    • 提供者:赵禹琦
  1. productor-consumer

    1下载:
  2. 生产者消费者问题 一个大小为3的缓冲区,初始为空 2个生产者 – 随机等待一段时间,往缓冲区添加数据, – 若缓冲区已满,等待消费者取走数据后再添加 – 重复6次 3个消费者 – 随机等待一段时间,从缓冲区读取数据 – 若缓冲区为空,等待生产者添加数据后再读取 – 重复4次 说明: 显示每次添加和读取数据的时间及缓冲区的状态 生产者和消费者用进程模拟。 包括windows和linux下的程序代
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-30
    • 文件大小:4299
    • 提供者:梁力轩
  1. productor--and-consumer

    0下载:
  2. 操作系统生成者消费者问题,生成者消费者共享有限缓冲区问题-Operating system producer consumer issues, share limited buffer producer consumer problem
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3767
    • 提供者:吕某某
  1. producer-consumer

    0下载:
  2. 生产消费者问题,也即有界缓冲区问题,解释详细,内含程序,并有应用举例-Production consumer problem, i.e. bounded buffer problem, explain in detail, contains the program, and the application example
  3. 所属分类:Game Program

    • 发布日期:2017-04-29
    • 文件大小:7693
    • 提供者:dpjrkrgr
  1. Producer-consumer-problem

    0下载:
  2. 生产者消费者完整代码 C语言,操作系统作业-Producer-consumer problem
  3. 所属分类:OS Develop

    • 发布日期:2017-05-04
    • 文件大小:5292
    • 提供者:qxbiao
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com